home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_UMINNgopher.idb / usr / freeware / src / gopher_1.12 / gopher / globals.c.z / globals.c
C/C++ Source or Header  |  1997-09-09  |  1KB  |  34 lines

  1. /********************************************************************
  2.  * $Author: drich $
  3.  * $Revision: 1.1 $
  4.  * $Date: 1995/10/03 04:08:02 $
  5.  * $Source: /proj/freeware1.0/gopher1.12/src/gopher/RCS/globals.c,v $
  6.  * $Status: $
  7.  *
  8.  * Paul Lindner, University of Minnesota CIS.
  9.  *
  10.  * Copyright 1991, 1992 by the Regents of the University of Minnesota
  11.  * see the file "Copyright" in the distribution for conditions of use.
  12.  *********************************************************************
  13.  * MODULE: globals.c
  14.  * Where global variables are actually stuck into a .o file. See
  15.  * globals.h for the actual variables.
  16.  *********************************************************************
  17.  * Revision History:
  18.  * $Log: globals.c,v $
  19.  * Revision 1.1  1995/10/03  04:08:02  drich
  20.  * gopher 1.2 check-in
  21.  *
  22.  * Revision 1.1  1992/12/10  23:32:16  lindner
  23.  * gopher 1.1 release
  24.  *
  25.  * Revision 1.1  1992/12/10  06:16:51  lindner
  26.  * Initial revision
  27.  *
  28.  *
  29.  *********************************************************************/
  30.  
  31.  
  32. #define EXTERN
  33. #include "gopher.h"
  34.